home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id006.dxr / 00210.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  204 b   |  17 lines

  1. on exitFrame
  2.   if the timer > 920 then
  3.     go(130)
  4.   else
  5.     go(the frame)
  6.   end if
  7.   repeat with n = 6 to 27
  8.     handcursor(n)
  9.   end repeat
  10.   handcursor(29)
  11. end
  12.  
  13. on mouseUp
  14.   sound stop 1
  15.   go(130)
  16. end
  17.